DecimalNINumericDecimalNRemainder Method

Computes the remainder after dividing the current value by the specified value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
DecimalN INumeric<DecimalN>.Remainder(
	DecimalN value
)

Parameters

value  DecimalN
The value as the divisor.

Return Value

DecimalN
The remainder after dividing the current value by value.

Implements

INumericTSelfRemainder(TSelf)

See Also